home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgraphviz4.postrm < prev    next >
Text File  |  2009-09-16  |  317b  |  18 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Remove the configuration file if present, see README.Debian-packaging
  6. # Needed only in libgraphivzN
  7. if [ -f /usr/lib/graphviz/config4 ]; then
  8.     rm -f /usr/lib/graphviz/config4
  9. fi
  10.  
  11.  
  12. # Automatically added by dh_makeshlibs
  13. if [ "$1" = "remove" ]; then
  14.     ldconfig
  15. fi
  16. # End automatically added section
  17.  
  18.